GoXam for WPF v3
DeleteLink Method (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : DeleteLink Method
This method actually implements the removal of a link between two nodes.
Syntax
protected virtual void DeleteLink( 
   NodeType parentdata,
   NodeType childdata
)

Parameters

parentdata
childdata
Remarks
If ParentNodePath is not an empty string, this calls SetParentNodeKey. If ChildNodesPath is not an empty string, this calls RemoveChildNodeKey. This method can be overridden in case the deletion of a link is more complex than the default implementation.
See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members